<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ittn-project-list .post-entry .project-intro-chrome {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden!important;
}

.ittn-project-list .post-entry .project-intro-ie {
    font-size: 12px;
    color: #4A4A4A;
    overflow: hidden;
    line-height: 22px;
    position: relative;
    height: 83px;
}

.ittn-project-list .post-entry .project-intro-ie::after {
    content: '...';
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    height: 1.8em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

/* beigin:å°å¯¼èˆª */

.crumbs-nav {
    line-height: 24px;
    padding-right: 125px;
}

.crumbs-nav-item {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.crumbs-first {
    color: #999;
    font-family: "Helvetica Neue", "Hiragino Sans GB", SimSun, serif;
}

.crumbs-arrow {
    float: left;
    margin-right: 5px;
    font-family: "Helvetica Neue", "Hiragino Sans GB", SimSun, serif;
    font-style: normal;
}

.crumbs-nav-item .search-key {
    margin-left: 5px;
}

.crumb-select-item {
    position: relative;
    float: left;
    height: 22px;
    line-height: 22px;
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: top;
    margin: 0 5px 5px 0;
    padding: 0 26px 0 4px;
    cursor: pointer;
    background: #f3f3f3;
}

.crumb-select-item b {
    font-weight: 400;
    color: #333
}

.crumb-select-item em {
    color: #144199;
    padding-right: 3px;
}

.crumb-select-item .icont {
    color: #144199;
    display: block;
    position: absolute;
    text-align: center;
    width: 25px;
    height: 20px;
    right: 0;
    top: 0;
}

.crumb-select-item:hover .icont {
    background-color: #144199;
    color: #fff
}

.crumb-select-item:hover {
    border: 1px solid #144199 !important;
}

/* end:å°å¯¼èˆª */

.selector {
    border-top: 1px solid #DDD;
    background: #FFF;
    margin-bottom: 10px;
}

.selector .s-line {
    width: auto;
    height: auto;
}

.selector .sl-wrap {
    position: relative;
    _zoom: 1;
    line-height: 34px;
    border-bottom: 1px solid #DDD;
    background: #f3f3f3;
}

.selector .sl-key {
    float: left;
    width: 100px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.selector .sl-value {
    margin-left: 110px;
    padding-right: 130px;
    padding-left: 10px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
}

.selector .sl-v-list {
    overflow: hidden;
    zoom: 1;
    padding-top: 4px;
}

.selector .sl-v-list ul {
    float: left;
    overflow: hidden;
    zoom: 1;
    position: relative;
    height: 30px;
    list-style: none;
    margin: 0;
}

.selector .sl-v-list li {
    float: left;
    _display: inline;
    margin-right: 50px;
    margin-bottom: 4px;
    height: 26px;
    line-height: 26px;
}

.selector .sl-v-list li a {
    float: left;
    white-space: nowrap;
    zoom: 1;
    color: #005aa0;
}

/* beigin:ä¾§è¾¹æ&nbsp;åˆ—è¡¨ */

.project-lib .aside-news-list a, .project-detail .aside-news-list a {
    transition: all .2s !important;
}

.project-lib .aside-news-list a:hover {
    color: #164ab3;
    text-decoration: underline !important;
}

.project-detail .aside-news-list a:hover {
    color: #164ab3;
    text-decoration: underline !important;
}

.project-lib .aside-news-item, .project-detail .aside-news-item {
    padding-right: 30px;
}

.project-lib .aside-news-list a i, .project-detail .aside-news-list a i {
    color: #ff5100;
    margin-left: 5px
}

.project-lib .aside-news-list a:hover i, .project-detail .aside-news-list a:hover i {
    color: #164ab3;
}

.btn-collect {
    background-color: #c9a410 !important
}
.btn-collect:hover{
    background-color: #c96910 !important
}


#rating-stars-2 .rating-star {
    font-size: 14px;
    padding: 0px 4px;
    cursor: unset !important;
}

.rating-stars-container {
    line-height: 0px;
}

.project-score-avg-container {
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.project-score-avg-container h2 {
    /* font-size: ; */
    margin-bottom: 0;
}

.project-rateStars-container {
    padding: 0 !important
}
.project-percets-container{
    padding:0 30px
}
.project-percets-container .pro-bar-container{
    margin-bottom:5px
}

/* end:ä¾§è¾¹æ&nbsp;åˆ—è¡¨ */
/* begin:alç‰ˆç­›é€‰æ¡ä»¶ */

.al-selector {
    border-top: 1px solid #DDD;
}

.al-selector .al_selectorLine {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #DDD;
}

.al-selector .al-selector-title {
    width: 110px;
    max-width: 110px;
    min-width: 110px;
    padding: 5px 15px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.al-selector .al-v-list {
    padding: 5px 15px;
    flex-grow: 1;
    width: 0;
}

.al-v-list-opt {
    min-width: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.al-v-list-opt .al-btn {
    padding: 4px 8px;
    font-size: 12px;
    font-weight: normal;
}

.al-v-list-opt .al-btn i.fa {
    margin-left: 5px
}

.al-selector .al-v-list .al_valueList {
    /* width: 0; */
    display: flex;
    flex-direction: row;
    margin: 0;
    justify-content: start;
    align-items: center;
    padding-left: 20px;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
}

.al-selector .al-v-list .al_valueList li {
    list-style: none;
    /* padding: 0 10px; */
    margin-right: 35px;
    line-height: 0px;
    /* min-width: 50px; */
}

.al-selector .al-v-list .al_valueList li.isHide {
    display: none;
}

.al-selector .al-v-list .al_valueList li a {
    padding: 3px 10px;
    line-height: 22px;
    /* height:22px */
}

.al-selector .al-v-list .al_valueList li.actived a {
    color: #fff;
    background-color: #144199;
}

.al-selector .al-v-list .al_valueList li a.actived {
    color: #fff;
    background-color: #144199;
}

/* end:alç‰ˆç­›é€‰æ¡ä»¶ */

.al-btn {
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    text-decoration: none;
    border: none;
    font-size: 13px;
    font-weight: bold;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    line-height: 21px;
}</pre></body></html>